home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Skinny3DSample / Skinny3DSources ƒ / Cameras.h < prev    next >
Encoding:
Text File  |  1996-05-21  |  511 b   |  26 lines  |  [TEXT/MPS ]

  1. // File Cameras.h
  2.  
  3. #ifndef    __CAMERAS__
  4. #define    __CAMERAS__
  5.  
  6. #include    "QD3D.h"
  7. #include    "QD3DGroup.h"
  8. #include    "QD3DDrawContext.h"
  9. #include    "QD3DCamera.h"
  10. #include    "QD3DView.h"
  11. #include    "QD3DLight.h"
  12. #include    "QD3DRenderer.h"
  13. #include    "QD3DShader.h"
  14. #include    "QD3DStyle.h"
  15. #include    "QD3DGeometry.h"
  16. #include    "QD3DMath.h"
  17.  
  18. #include    "ValueControls.h"
  19.  
  20. TQ3CameraObject     MakeCamera(long select);
  21. VccPtr             CameraDataToVCC(TQ3CameraObject camera);
  22. void            VCCtoCameraData(VccPtr vcc, TQ3CameraObject camera);
  23.  
  24.  
  25. #endif
  26.